projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bebba1
)
(alloca.o): Use -f in all rm's.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Aug 1994 04:39:08 +0000
(
04:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Aug 1994 04:39:08 +0000
(
04:39
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 643a54d2501fa116e847207c71b640f135e9ab91..46c71b0e468da462d8f6fe90cebb403eeb02f6b6 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-769,7
+769,7
@@
alloca.o : alloca.s $(config_h)
/* Xenix, in particular, needs to run assembler via cc. */
$(CC) -c allocax.s
mv allocax.o alloca.o
-
rm
allocax.s allocatem.c
+
-rm -f
allocax.s allocatem.c
#endif /* HAVE_ALLOCA */
#endif /* ! defined (C_ALLOCA) */